requestApplyInsets

open fun requestApplyInsets(@NonNull view: @NonNull View)(source)

Ask that a new dispatch of View.onApplyWindowInsets(WindowInsets) be performed. This falls back to View.requestFitSystemWindows() where available.

Parameters

view

view for which to send the request.